3.3.26 \(\int \sqrt {d \sec (a+b x)} \sin (a+b x) \, dx\) [226]

Optimal. Leaf size=18 \[ -\frac {2 d}{b \sqrt {d \sec (a+b x)}} \]

[Out]

-2*d/b/(d*sec(b*x+a))^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 18, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.105, Rules used = {2702, 30} \begin {gather*} -\frac {2 d}{b \sqrt {d \sec (a+b x)}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sqrt[d*Sec[a + b*x]]*Sin[a + b*x],x]

[Out]

(-2*d)/(b*Sqrt[d*Sec[a + b*x]])

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rule 2702

Int[csc[(e_.) + (f_.)*(x_)]^(n_.)*((a_.)*sec[(e_.) + (f_.)*(x_)])^(m_), x_Symbol] :> Dist[1/(f*a^n), Subst[Int
[x^(m + n - 1)/(-1 + x^2/a^2)^((n + 1)/2), x], x, a*Sec[e + f*x]], x] /; FreeQ[{a, e, f, m}, x] && IntegerQ[(n
 + 1)/2] &&  !(IntegerQ[(m + 1)/2] && LtQ[0, m, n])

Rubi steps

\begin {align*} \int \sqrt {d \sec (a+b x)} \sin (a+b x) \, dx &=\frac {d \text {Subst}\left (\int \frac {1}{x^{3/2}} \, dx,x,d \sec (a+b x)\right )}{b}\\ &=-\frac {2 d}{b \sqrt {d \sec (a+b x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.04, size = 18, normalized size = 1.00 \begin {gather*} -\frac {2 d}{b \sqrt {d \sec (a+b x)}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[d*Sec[a + b*x]]*Sin[a + b*x],x]

[Out]

(-2*d)/(b*Sqrt[d*Sec[a + b*x]])

________________________________________________________________________________________

Maple [A]
time = 0.46, size = 17, normalized size = 0.94

method result size
derivativedivides \(-\frac {2 d}{b \sqrt {d \sec \left (b x +a \right )}}\) \(17\)
default \(-\frac {2 d}{b \sqrt {d \sec \left (b x +a \right )}}\) \(17\)
risch \(-\frac {2 \sqrt {2}\, \sqrt {\frac {d \,{\mathrm e}^{i \left (b x +a \right )}}{{\mathrm e}^{2 i \left (b x +a \right )}+1}}\, \cos \left (b x +a \right )}{b}\) \(41\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*sec(b*x+a))^(1/2)*sin(b*x+a),x,method=_RETURNVERBOSE)

[Out]

-2*d/b/(d*sec(b*x+a))^(1/2)

________________________________________________________________________________________

Maxima [A]
time = 0.27, size = 23, normalized size = 1.28 \begin {gather*} -\frac {2 \, \sqrt {\frac {d}{\cos \left (b x + a\right )}} \cos \left (b x + a\right )}{b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*sec(b*x+a))^(1/2)*sin(b*x+a),x, algorithm="maxima")

[Out]

-2*sqrt(d/cos(b*x + a))*cos(b*x + a)/b

________________________________________________________________________________________

Fricas [A]
time = 2.22, size = 23, normalized size = 1.28 \begin {gather*} -\frac {2 \, \sqrt {\frac {d}{\cos \left (b x + a\right )}} \cos \left (b x + a\right )}{b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*sec(b*x+a))^(1/2)*sin(b*x+a),x, algorithm="fricas")

[Out]

-2*sqrt(d/cos(b*x + a))*cos(b*x + a)/b

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \sqrt {d \sec {\left (a + b x \right )}} \sin {\left (a + b x \right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*sec(b*x+a))**(1/2)*sin(b*x+a),x)

[Out]

Integral(sqrt(d*sec(a + b*x))*sin(a + b*x), x)

________________________________________________________________________________________

Giac [A]
time = 0.42, size = 22, normalized size = 1.22 \begin {gather*} -\frac {2 \, \sqrt {d \cos \left (b x + a\right )} \mathrm {sgn}\left (\cos \left (b x + a\right )\right )}{b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*sec(b*x+a))^(1/2)*sin(b*x+a),x, algorithm="giac")

[Out]

-2*sqrt(d*cos(b*x + a))*sgn(cos(b*x + a))/b

________________________________________________________________________________________

Mupad [B]
time = 0.23, size = 23, normalized size = 1.28 \begin {gather*} -\frac {2\,\cos \left (a+b\,x\right )\,\sqrt {\frac {d}{\cos \left (a+b\,x\right )}}}{b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(a + b*x)*(d/cos(a + b*x))^(1/2),x)

[Out]

-(2*cos(a + b*x)*(d/cos(a + b*x))^(1/2))/b

________________________________________________________________________________________